home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d966.lha / FHSpread / FHS_Historyfile < prev    next >
Text File  |  1993-11-08  |  5KB  |  137 lines

  1.                       FHS_SPREAD History file:
  2.  
  3.  
  4.     Version 1.1:
  5.  
  6.     Fixed a bug in column A and in the printmenu. It wouldn't
  7.     show text that was longer then a cell.
  8.     Also removed a bug which could cause a computer crash.
  9.     Increased the calculation speed a little bit.
  10.  
  11.     Version 1.2:
  12.  
  13.     The programm would crash if you tried to write a file to a
  14.     write protected disk. Now it doesn't.
  15.     Added an 'average' function (look in the FHS.DOC).
  16.  
  17.     Version 1.3:
  18.  
  19.     Increased screen speed. And added a basical option to print
  20.     your graphical stuff on a printer. Also added three constant
  21.     values. (look in the FHS.DOC)
  22.  
  23.     Version 1.4:
  24.  
  25.     Increased calculation speed.
  26.     Also corrected the use of the `^' function. example:
  27.     In earlier versions you had to use this: (1+(2^3)+4)=13
  28.     Now you can type it shorter like this  : (1+2^3+4)  =13
  29.     I still have to do something to correct that iteration thing.
  30.     And also for who's still on 7MHz, make automatic calculations
  31.     as an option. That could save you a lot of time entering
  32.     a large spreadsheet.
  33.  
  34.     Version 1.5:
  35.  
  36.     Added an three options for the use of `labels'.
  37.     Create label
  38.     Delete   "
  39.     Show     "
  40.  
  41.     Version 1.6:
  42.  
  43.     Added some extra's to the graphic menu. You're now able to
  44.     give each line or bar a name.
  45.     Also increased the calculation time a little bit.
  46.  
  47.  
  48.     Version 1.61:
  49.  
  50.     Made autocalculation as an option. And changed the
  51.     PREFS-menu.
  52.  
  53.     Version 1.62:
  54.  
  55.     Now the programm will automaticly load the topaz8 font, so
  56.     the screen will be intact when another WB-font is active.
  57.     When you've turned off the WB, it will stay turned off when
  58.     you switch over from hires to laced and vice versa.
  59.  
  60.     Version 1.7:
  61.  
  62.     Version 1.62 would not save correct icon's with its files,
  63.     but that is fixed now.
  64.  
  65.     I have also made an important change in the way FHS makes its
  66.     calculations. It now uses priorities between +,- and /,*,^.
  67.  
  68.     For example:
  69.         (1+2*3) would answer with the value 9 {(1+2)*3}
  70.         from version 1.7 the answer will be 7 {1+(2*3)}
  71.         So check your old FHS-files and make some changes if
  72.         necessary.
  73.     I made this change because the older versions would crash
  74.     if you did this '(2^3^4)'. Now it does not anymore.
  75.  
  76.     Finally i added three functions: FACT(n),VARIAT(n,k) and
  77.     COMBIN(n,k) see the FHS.doc
  78.  
  79.     Version 1.71:
  80.  
  81.     Added an option to switch over to a NTSC-screen and back.
  82.     Also added an option to save your PREFS
  83.  
  84.     Version 2.0:
  85.  
  86.     Corrected some important bugs:
  87.    - The most important bug was that the program had priority
  88.      between + and -. Now it does first ^ then * then \ and at
  89.      last + and -.
  90.    - The program would stop when you want to change the
  91.      printeroffsets in the NTSC mode, now it doesn't.
  92.    - When drawing a graphic on the screen, it could have happened
  93.      that some numbers would be printed on each other. That shall
  94.      never happen again.
  95.    - People who are using FHS under kickstart 1.3, could have had
  96.      trouble when they wanted to save something to a disk with no
  97.      subdirectorys, (you should than have had the massage IOerror
  98.      232 and the program then crashed.) that is ok now.
  99.    - The program would crash when saving a file to a full disk.
  100.      Basicly the program should not crash anymore whit all disk
  101.      operations.
  102.    - Reading files compressed by a stacker utilitie was
  103.      impossible (This was caused bij a command EOF() that would
  104.      not give a signal when the end of a file was reached.).
  105.    - Improved de data handling e.g. if enter something like
  106.      .545400000 FHS wil store it and show it as 0.5454. So it
  107.      does a bit of cleaning up.
  108.  
  109.     Added some options:
  110.    - The prefs menu now contains an option to change the currency
  111.      type. e.g. F 00.00 can now be changed in $ 00.00 or £ 00.00,
  112.      this setting can also be saved with the option SAVEPREFS in
  113.      the prefs menu.
  114.    - Added a little 3D-look.
  115.    - Added an option to save your screen ( the sheet or an
  116.      graphic ) as an IFF-file.
  117.    - Added a hide option to hide cell, so they will not be
  118.      displayed on your sheet.
  119.    - Increased the calculation speed. Two or three times faster
  120.      then version 1.7.
  121.    - It is now possible to use exponential numbers in formulas
  122.      e.g. you can now enter something like 1e4 or 1e+4, this will
  123.      be interpreted as the value of 1000.
  124.    - Added an existention (.fhs) to the FHS-sheet files.
  125.    - Added the possibility to also use the workbench screen.
  126.    - Also added the possibility to hide a cel, so it contents
  127.         will not printed on the screen.
  128.  
  129.  
  130.     Version 2.01:
  131.  
  132.    - Fixed a little annoying thing in the calculation algorithm.
  133.    - Added the option to switch on and off the possibility to
  134.      save an icon with your FHS-sheet files.
  135.    - Improved the way of printing the sheet to a file or printer-
  136.      device. What used to fall of your paper, will now be
  137.      printed on another sheet.